home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / 3d-tools / 3dmasks / mask321shaper < prev    next >
Encoding:
Text File  |  1991-04-19  |  234 b   |  28 lines

  1. "Sobel (3x3x3 -- 2sets -- z x-90)    max_abs"
  2. 3 2 1
  3. 3
  4. -1    1     0    -1
  5.     2     1    -2
  6.     1     0    -1
  7.  
  8. 0    2    0    -2
  9.     4    4    -4
  10.     2    0    -2
  11.  
  12.  
  13. 1    1     0    -1
  14.     2     1    -2
  15.     1     0    -1
  16. 3
  17. -1     1     2     1
  18.      0     1     0
  19.     -1    -2    -1
  20.  
  21. 0     2     4     2
  22.      0     4     0
  23.     -2    -4    -2
  24.  
  25. 1     1     2     1
  26.      0     1     0
  27.     -1    -2    -1
  28.